ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ComObject Class / QueryInterface Method / QueryInterface<T>() Method
The type of the COM interface to query

In This Topic
    QueryInterface<T>() Method
    In This Topic
    Query this instance for a particular COM interface support.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function QueryInterface(Of T As ComObject)() As T
    public virtual T QueryInterface<T>()
    where T: ComObject

    Type Parameters

    T
    The type of the COM interface to query

    Return Value

    An instance of the queried interface
    See Also